ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. windows server
    Log in to post
    • All categories
    • IRJI

      Disabling recursive DNS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dns windows server
      10
      0 Votes
      10 Posts
      2k Views
      T

      DDoS depends on public addresses acting as a clients pounding your DNS server with thousands of recursive queries at once. If your DNS server isn't public, then it isn't a open resolver, and a client on the internet can't query it directly.

      In our case, we have a local DNS server, available to the internet, as a backup to our ISP-hosted DNS. This server is typically vulnerable. But it's set with a higher cost so it won't be used unless ISP goes down.

    • scottalanmillerS

      Installing ZeroTier on Windows Server 2012 R2 with Chocolatey

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion zerotier chocolatey windows windows server command line powershell windows server 2012 r2
      12
      4 Votes
      12 Posts
      6k Views
      StrongBadS

      Sweet. Thanks for getting this for us @adam-ierymenko

    • scottalanmillerS

      Renaming a Windows Computer from the Command Line

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server windows desktop powershell command line rename-computer sam windows administration hostname netbios netbios name
      10
      5 Votes
      10 Posts
      3k Views
      IRJI

      @scottalanmiller said in Renaming a Windows Computer from the Command Line:

      @IRJ said in Renaming a Windows Computer from the Command Line:

      @scottalanmiller said in Renaming a Windows Computer from the Command Line:

      @IRJ said in Renaming a Windows Computer from the Command Line:

      I learned something new today. I have been using the shutdown command for years. I never realized you could rename a PC with it.

      shutdown doesn't do the renaming, you just have to reboot after you rename.

      I use "m" instead of c for computer name

      /c is the comment for the logs to tell them that you just "Renamed Machine", it doesn't rename it, it literally puts "Renamed Machine" into the reboot logs.

      Ok. Got ya.

    • scottalanmillerS

      Installing Scale Tools on Windows Server Core from Command Line

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server scale scale hc3 virtio command line sam windows administration ipconfig ethernet nic
      7
      5 Votes
      7 Posts
      3k Views
      scottalanmillerS

      @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

      @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

      @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

      @scottalanmiller said in Installing Scale Tools on Windows Server Core from Command Line:

      @dafyre said in Installing Scale Tools on Windows Server Core from Command Line:

      I'm unfamiliar with the Server Core setup... but can't you install these drivers as part of the Windows installation process?

      Storage yes, but I'm unaware of a simple way during a stock install to include other drivers. The storage ones are requested, and necessary, during the install. Otherwise the installation location does not show up (unless you don't use VirtIO block devices.) You can definitely add the tools into an image, and there is probably a way to include Ethernet devices ahead of time, but I'm not used to the installation process to know where it happens.

      I just select all 3 of the INF files and go... It's always installed everything for me, lol... Just point it at the folder for the right OS and 32 or 64 bit... (Note: This is the way I did it in Scale v4.3... I've not had a chance to use their newer stuff yet.

      At what stage are you selecting them?

      During the install process... the same place where you go when you're picking the storage drivers.

      I rarely do modifications at that stage. Still, handy to have a simple option because a lot of people will get the install done and find that there is no networking and need to know what to do at that point. 🙂

    • IRJI

      Simple guide to diagnosing Account Lockouts

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion active directory windows server account lockouts
      5
      6 Votes
      5 Posts
      1k Views
      IRJI

      @thwr said in Simple guide to diagnosing Account Lockouts:

      Locked AD accounts due to bad passwords
      https://mangolassi.it/topic/9709/monitoring-ad-users/12

      Thanks. I added the link to the comment section on the article.

    • art_of_shredA

      Tracking the origination of a shadow copy

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion volume shadow copy vssadmin windows server
      4
      2 Votes
      4 Posts
      1k Views
      art_of_shredA

      @Dashrender said in Tracking the origination of a shadow copy:

      I suppose you could easy enough with an agent, thinking backups here.

      Precisely. As the origination is the same machine and not the backup device, I guess that answers that.

    • A

      Moving to a New WSUS server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wsus windows server patching
      14
      1 Votes
      14 Posts
      3k Views
      bbigfordB

      @aaronstuder said in Moving to a New WSUS server:

      @BBigford No Problem. Once I realized that the port numbers change, I realized the issue right away.

      Clients are being seen by the WSUS server now 🙂

      Sweet!

    • mlnewsM

      Microsoft 74-409 Virtualization Study Guide from Veeam

      Watching Ignoring Scheduled Pinned Locked Moved News 74-409 hyper-v windows server 2012 microsoft windows server certification veeam system center
      2
      2 Votes
      2 Posts
      1k Views
      iroalI

      Looks great !!

      Thanks for the doc.

    • mlnewsM

      Free ebook: Introducing Windows Server 2016 Technical Preview

      Watching Ignoring Scheduled Pinned Locked Moved News microsoft windows windows server ebook windows server 2016
      3
      1 Votes
      3 Posts
      1k Views
      dafyreD

      Downloading? It was done downloading before my finger was off the mouse, lol.

      I can't wait to dive into 2016, though. They're bringing a lot of improvements that me and this team I am with here are excited about in the RemoteApp and VDI realms.

    • mlnewsM

      Windows Server 2016 Technical Preview 5 Now Available

      Watching Ignoring Scheduled Pinned Locked Moved News microsoft windows server windows server 2016
      11
      3 Votes
      11 Posts
      2k Views
      scottalanmillerS

      https://blogs.msdn.microsoft.com/microsoft_press/2016/04/20/free-ebook-introducing-windows-server-2016-technical-preview/

    • Reid CooperR

      Can You Install Windows Server 2012 R2 to Software RAID 5 or 6?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion raid windows server windows server 2012 windows server 2012 r2 software raid
      2
      2 Votes
      2 Posts
      1k Views
      scottalanmillerS

      No, it doesn't support this. RAID 1, you are correct, but Parity RAID 5 or 6 it does not. The OS needs to be up and running to be able to manage the parity RAID so you can't use it for the system install, only for extra data volumes.

    • scottalanmillerS

      What BASH and SSH Mean for Windows Systems Administration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scottalanmiller windows server
      221
      7 Votes
      221 Posts
      106k Views
      coliverC

      @scottalanmiller said:

      @Dashrender said:

      @tonyshowoff said:

      @scottalanmiller said:

      That's why NO ONE complains about the minimum wage being too high, they complain that the minimum wage is "too close to their wage."

      Definitely seen that a lot, it's weird.

      I've completely missed this on Facebook somehow.

      Oh it is huge. I've seen it from a lot of different people... mostly those that earn only a little more than $15/hr and/or military. I've also seen military people mocking those people for not understanding how pay works in the private world.

      I've seen the low wage workers arguing this. I have also seen high wage and business owners making the same argument. Everyone I know in the military, except for that one RWNJ who joined just to shoot people, is for a wage increase.

    • StrongBadS

      New Setup Cannot Log Into Citrix Storefront for XenApp

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion citrix xenapp storefront windows windows server windows server 2012 r2
      7
      1 Votes
      7 Posts
      2k Views
      StrongBadS

      That's the big thing with XenApp, application performance. And integration with XenDesktop for VDI.

    • scottalanmillerS

      Windows Server 2016 TP4 on Scale HC3 HC2000 Test

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion scale hc3 windows server 2016 ntg lab windows server
      26
      9 Votes
      26 Posts
      5k Views
      DashrenderD

      @JaredBusch said:

      @BRRABill said:

      @scottalanmiller said:

      Apparently, when have they NOT? Where does this "first release" myth come from? Other than the unique case of Vista, which was a true first release of NT 6. This is NOT a first release, this is the latest version of NT 6. If you have concern about lower releases, then that would make you install this as this is the latest update to NT 6.

      On the desktop side, I typically have always felt the first releases (like the now defunct Windows 😎 to be shaky. I do not think that is a myth.

      There was not a single functionality issue with Windows 8.
      Honestly, there was not a single problem with Vista either as long as your hardware worked with it. Vista had a driver compatibility problem.

      Well this is not entirely true. Vista also included a brand new network stack that they wrote that had TONS of holes in it. They dumped that stack with 8.1 though.

    • scottalanmillerS

      Microsoft 2012 Era Licensing Considerations for the Inverted Pyramid

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft windows licensing windows server 2012 r2 inverted pyramid windows server windows server 2012
      2
      4 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Here is an example:

      Three hosts, each running two Windows Server VMs, each with two sockets. Say Dell Power Edge R610 or HP Proliant DL360 nodes. Windows Standard Licensing.

      Cost per license: ~$700

      To license each node to run its normal load is $700 for a total of $2,100.

      If we want to address the ability of any node to be a failover for the others or for non-disruptive maintenance, we need an additional license per machine. So we suddenly jump from $700 per node to $1,400 per node and the whole cluster jumps to $4,200 while gaining nothing during normal production times.

      Now that only addresses single node failover. If we want to maintain the ability to do failover during times of maintenance we need yet another license for each machine! That means $2,100 per machine and $6,300 for the cluster.

      Suddenly $350 per virtual machine in licensing has exploded to $1,050. A non-trivial increase.

      Now we can choose which level and which features we want, but typically the value of an inverted pyramid is sold based on this top level of flexibility. If we are dealing with Data Center licensing this is more obvious and far less complex, but SMBs would rarely pay for that level of workload and may not think through the additional costs that this style of architecture potentially bring to the table.

    • S

      ISA Server, Forefront TMG Server Will Not Apply Its Policies

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion forefront tmg windows server isa server windows
      21
      1 Votes
      21 Posts
      3k Views
      scottalanmillerS

      What was wrong?

    • MattSpellerM

      Windows Server 2008 R2 to 2012 Migration - Upgrade vs Clean Install

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows windows server migration windows server 2012 windows server 2008 r2
      12
      1 Votes
      12 Posts
      5k Views
      scottalanmillerS

      Good way to think of it. Clean install is a little extra work today in exchange for a "known" or nearly known environment. An in place upgrade means carrying risk with you, maybe a little, but some that might bite you later.

      Or maybe the next IT guy, just leave the headaches for him 😉

    • IRJI

      SQL Monitoring and Management Tool

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sql server microsoft sql sql management 3rd party tools windows server
      5
      1 Votes
      5 Posts
      2k Views
      JaredBuschJ

      I love Red Gate. Their stuff is certainly not free, but ever piece of their software I have purchased has been well worth the cost.

    • A

      Managing Partitions, Server 2012

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion storage ntfs windows server dynamic disk windows microsoft partition windows server 2012
      15
      1 Votes
      15 Posts
      4k Views
      DashrenderD

      @scottalanmiller said:

      @Dashrender you have to have Dynamic Disks to do this in Windows using MS tools.

      Sure, but you don't when using third party tools. Again, I haven't done it in 4+ years, so I don't know what Acronis can currently do.

    • DashrenderD

      Using new server OS upon release

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows server microsoft best practices
      16
      1 Votes
      16 Posts
      4k Views
      scottalanmillerS

      @lance said:

      I thought I read some where that Microsoft is making the jump from 6.4 to 10, which will be the first time the os and kernel match. I could be wrong though.

      Linux did a renumbering too, recently, to make the number more marketable. But 3.0 is actually part of the 2.6 family. At best you could consider it 2.8. Microsoft may do the same thing, switch from a meaningful numbering to a marketing number. But the new kernel is remaining part of the Vista kernel family.

    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9